-
-
Notifications
You must be signed in to change notification settings - Fork 2
chore(deps): update all non-major dependencies #80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
chrisbbreuer
wants to merge
24
commits into
main
from
buddy-bot/update-non-major-updates-1756836370647
Closed
chore(deps): update all non-major dependencies #80
chrisbbreuer
wants to merge
24
commits into
main
from
buddy-bot/update-non-major-updates-1756836370647
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit: |
❌ Deploy Preview for ts-maps failed. Why did it fail? →
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
Package Updates Summary
📦 npm Dependencies
18 packages will be updated
4.0.3
->4.1.2
4.0.3
->4.1.2
6.7.0
->6.8.0
0.9.5
->0.21.12
16.1.5
->16.2.2
4.0.3
->4.1.2
7.52.11
->7.52.13
2.6.2
->2.6.5
0.1.17
->0.1.84
0.1.8
->0.1.18
1.2.20
->1.2.22
19.1.10
->19.1.14
19.1.7
->19.1.9
5.0.1
->5.0.4
0.9.4
->0.9.7
1.2.20
->1.2.22
5.9.0
->5.9.2
3.5.18
->3.5.22
🔧 System Dependencies
^1.2.20
→^1.2.21
deps.yaml
🚀 GitHub Actions
3 actions will be updated
v4.2.4
→v4.3.0
ci.yml
v2
→v2.0.2
ci.yml
2.35.3
→2.35.5
buddy-bot.yml
Release Notes
nuxt/nuxt (@nuxt/kit)
4.0.3 -> 4.1.2
v4.1.2
Compare Source
✅ Upgrading
Our recommendation for upgrading is to run:
This will deduplicate your lockfile as well, and help ensure that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.
👉 Changelog
compare changes
🔥 Performance
dst
is present (#33200)hydrate-when
lazy hydration strategy (#33199)[View full release notes]
Released by github-actions[bot] on 9/12/2025
v4.1.1
Compare Source
✅ Upgrading
Our recommendation for upgrading is to run:
This will deduplicate your lockfile as well, and help ensure that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.
👉 Changelog
compare changes
🩹 Fixes
globalThis
overwindow
(#33125)deps.inline
([#33133](https://github.com/nuxt/n...[View full release notes]
Released by github-actions[bot] on 9/5/2025
v4.1.0
Compare Source
👀 Highlights
🔥 Build and Performance Improvements
🍫 Enhanced Chunk Stability
Build stability has been significantly improved with import maps (#33075). This prevents cascading hash changes that could invalidate large portions of your build when small changes are made:
By default, JS chunks emitted in a Vite build are hashed, which means they can be cached immutably. However, this can cause a significant issue: a change to a single component can cause every hash to be invalidated, massively increasing the chance of 404s.
In short:
[View full release notes]
Released by danielroe on 9/2/2025
nuxt/nuxt (@nuxt/schema)
4.0.3 -> 4.1.2
v4.1.2
Compare Source
✅ Upgrading
Our recommendation for upgrading is to run:
This will deduplicate your lockfile as well, and help ensure that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.
👉 Changelog
compare changes
🔥 Performance
dst
is present (#33200)hydrate-when
lazy hydration strategy (#33199)[View full release notes]
Released by github-actions[bot] on 9/12/2025
v4.1.1
Compare Source
✅ Upgrading
Our recommendation for upgrading is to run:
This will deduplicate your lockfile as well, and help ensure that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.
👉 Changelog
compare changes
🩹 Fixes
globalThis
overwindow
(#33125)deps.inline
([#33133](https://github.com/nuxt/n...[View full release notes]
Released by github-actions[bot] on 9/5/2025
v4.1.0
Compare Source
👀 Highlights
🔥 Build and Performance Improvements
🍫 Enhanced Chunk Stability
Build stability has been significantly improved with import maps (#33075). This prevents cascading hash changes that could invalidate large portions of your build when small changes are made:
By default, JS chunks emitted in a Vite build are hashed, which means they can be cached immutably. However, this can cause a significant issue: a change to a single component can cause every hash to be invalidated, massively increasing the chance of 404s.
In short:
[View full release notes]
Released by danielroe on 9/2/2025
testing-library/jest-dom (@testing-library/jest-dom)
6.7.0 -> 6.8.0
v6.8.0
Compare Source
6.8.0 (2025-08-20)
Features
Released by github-actions[bot] on 8/20/2025
stacksjs/dtsx (bun-plugin-dtsx)
0.9.5 -> 0.21.12
Compare Source
A Bun Bundler plugin that auto generates your DTS types extremely fast.
📖 View Release Notes
🔗 View Changelog
Release Notes
Changelog
lint-staged/lint-staged (lint-staged)
16.1.5 -> 16.2.2
v16.2.2
Compare Source
Patch Changes
#1667
699f95d
Thanks [iiroj](https://github.com/iiroj)! - The backup stash will not be dropped when using--fail-on-changes
and there are errors. When reverting to original state is disabled (via--no-revert
or--fail-on-changes
), hidden (partially) unstaged changes are still restored automatically so that it's easier to resolve the situation manually.Additionally, the example for using the backup stash manually now uses the correct backup hash, if available:
[View full release notes]
Released by github-actions[bot] on 9/28/2025
v16.2.1
Compare Source
Patch Changes
#1664
8277b3b
Thanks [iiroj](https://github.com/iiroj)! - The built-in TypeScript types have been updated to more closely match the implementation. Notably, the list of staged files supplied to task functions isreadonly string[]
and can't be mutated. Thanks [outslept](https://github.com/outslept)!#1654
70b9af3
Thanks [iiroj](https://github.com/iiroj)! - This version h...[View full release notes]
Released by github-actions[bot] on 9/25/2025
v16.2.0
Compare Source
Minor Changes
#1615
99eb742
Thanks [iiroj](https://github.com/iiroj)! - Added a new option--fail-on-changes
to make lint-staged exit with code 1 when tasks modify any files, making theprecommit
hook fail. This is similar to thegit diff --exit-code
option. Using this flag also implies the--no-revert
flag which means any changes made by tasks will be left in the working tree after failing, so that they can be manually staged and the commit tried again.#1611
cd05fd3
Thanks [rlorenzo](https://github.com/rlorenzo)! - Added a new option--continue-on-error
so that lint-staged will run all tasks to compl...[View full release notes]
Released by github-actions[bot] on 9/22/2025
nuxt/nuxt (nuxt)
4.0.3 -> 4.1.2
v4.1.2
Compare Source
✅ Upgrading
Our recommendation for upgrading is to run:
This will deduplicate your lockfile as well, and help ensure that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.
👉 Changelog
compare changes
🔥 Performance
dst
is present (#33200)hydrate-when
lazy hydration strategy (#33199)[View full release notes]
Released by github-actions[bot] on 9/12/2025
v4.1.1
Compare Source
✅ Upgrading
Our recommendation for upgrading is to run:
This will deduplicate your lockfile as well, and help ensure that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.
👉 Changelog
compare changes
🩹 Fixes
globalThis
overwindow
(#33125)deps.inline
([#33133](https://github.com/nuxt/n...[View full release notes]
Released by github-actions[bot] on 9/5/2025
v4.1.0
Compare Source
👀 Highlights
🔥 Build and Performance Improvements
🍫 Enhanced Chunk Stability
Build stability has been significantly improved with import maps (#33075). This prevents cascading hash changes that could invalidate large portions of your build when small changes are made:
By default, JS chunks emitted in a Vite build are hashed, which means they can be cached immutably. However, this can cause a significant issue: a change to a single component can cause every hash to be invalidated, massively increasing the chance of 404s.
In short:
[View full release notes]
Released by danielroe on 9/2/2025
microsoft/rushstack (@microsoft/api-extractor)
7.52.11 -> 7.52.13
Compare Source
Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups
📖 View Release Notes
🔗 View Changelog
Release Notes
Changelog
nuxt/devtools (@nuxt/devtools)
2.6.2 -> 2.6.5
Compare Source
The Nuxt DevTools gives you insights and transparency about your Nuxt App.
📖 View Release Notes
🔗 View Changelog
Release Notes
Changelog
stacksjs/bumpx (@stacksjs/bumpx)
0.1.17 -> 0.1.84
Compare Source
Automatically bump your versions.
📖 View Release Notes
🔗 View Changelog
Release Notes
Changelog
stacksjs/logsmith (@stacksjs/logsmith)
0.1.8 -> 0.1.18
Compare Source
Forge beautiful changelog automatically.
📖 View Release Notes
🔗 View Changelog
Release Notes
Changelog
DefinitelyTyped/DefinitelyTyped (@types/bun)
1.2.20 -> 1.2.22
Compare Source
TypeScript definitions for bun
📖 View Release Notes
🔗 View Changelog
Release Notes
Changelog
DefinitelyTyped/DefinitelyTyped (@types/react)
19.1.10 -> 19.1.14
Compare Source
TypeScript definitions for react
📖 View Release Notes
🔗 View Changelog
Release Notes
Changelog
DefinitelyTyped/DefinitelyTyped (@types/react-dom)
19.1.7 -> 19.1.9
Compare Source
TypeScript definitions for react-dom
📖 View Release Notes
🔗 View Changelog
Release Notes
Changelog
vitejs/vite-plugin-react (@vitejs/plugin-react)
5.0.1 -> 5.0.4
Compare Source
The default Vite plugin for React projects
📖 View Release Notes
🔗 View Changelog
Release Notes
Changelog
stacksjs/buddy-bot (buddy-bot)
0.9.4 -> 0.9.7
Compare Source
Automated & optimized dependency updates for JavaScript & TypeScript projects. Like Renovate & Dependabot.
📖 View Release Notes
🔗 View Changelog
Release Notes
Changelog
oven-sh/bun (bun-types)
1.2.20 -> 1.2.22
Compare Source
Type definitions and documentation for Bun, an incredibly fast JavaScript runtime
📖 View Release Notes
🔗 View Changelog
Release Notes
Changelog
microsoft/TypeScript (typescript)
5.9.0 -> 5.9.2
Compare Source
TypeScript is a language for application scale JavaScript development
📖 View Release Notes
🔗 View Changelog
Release Notes
Changelog
vuejs/core (vue)
3.5.18 -> 3.5.22
Compare Source
The progressive JavaScript framework for building modern web UI.
📖 View Release Notes
🔗 View Changelog
Release Notes
Changelog
bun.com
^1.2.20 → ^1.2.21
📁 File:
deps.yaml
🔗 Release Notes: bun.sh
actions/cache
v4.2.4 → v4.3.0
Visit actions/cache for release notes.
oven-sh/setup-bun
v2 → v2.0.2
Visit oven-sh/setup-bun for release notes.
shivammathur/setup-php
2.35.3 → 2.35.5
Visit shivammathur/setup-php for release notes.
📊 Package Statistics
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Buddy 🤖